home *** CD-ROM | disk | FTP | other *** search
- Short: UUen/decode for 68k and PPC, with source.
- Author: Gabriele Greco
- Uploader: ggreco@iol.it
- Type: util/arc
-
- This is a simple program to uuencode/decode, available for PPC and 68k.
- It's public domain and distributed with source.
-
- It's not particulary optimized, it's only a simple program I've made
- to begin to work with Sas/C PPC. (Thanks to Steve Krueger for this
- great compiler!)
-
- The PuP version It's 3 times quicker than the 68000 version on a 68060.
- I suggest to use it in conjunction with ElfLoadSeg to avoid the use of
- runelf/runppc.
-
- It has a standard AmigaOS interface, this is the program template:
-
- FILE,A=ENCODE/S,X=DECODE/S,TO=DEST/K
-
- Support also stdin for decoding and stdout for the encoding (useful with pipe)
-
- Some examples:
-
- gguucode pippo
- decodes the asci file "pippo" to the current directory (default operation is
- decoding).
-
- gguucode A dh1:file.lha
- Encode the ascii file dh1:file.lha to the standard output
-
- gguucode X pippo TO t:
- Decode the ASCII file "pippo" to the directory t:
-
- gguucode pippo TO ram:file
- Decode the file "pippo" to the file ram:file (the uuencoded file name is overridden).
-
-
- ============================= Archive contents =============================
-
- Original Packed Ratio Date Time Name
- -------- ------- ----- --------- -------- -------------
- 15864 9770 38.4% 14-Mar-98 13:21:36 gguucode
- 49797 22394 55.0% 14-Mar-98 13:09:42 gguucodePPC
- 1128 616 45.3% 14-Mar-98 13:37:04 GGUUcode.readme
- 9262 3638 60.7% 14-Mar-98 13:26:00 gguucode.c
- -------- ------- ----- --------- --------
- 76051 36418 52.1% 15-Mar-98 03:23:12 4 files
-